VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / CollectionChangeEventArgs<T> Class
Properties Methods Fields SeeAlso
In This Topic
    CollectionChangeEventArgs<T> Class Members
    In This Topic
    The following tables list the members exposed by CollectionChangeEventArgs<T>.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) (Inherited from System.EventArgs)
    Public Properties
     NameDescription
    Public PropertyGets a change action.
    Public Propertystatic (Shared in Visual Basic)Represents a static instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.Clear action.
    Public Propertystatic (Shared in Visual Basic)Represents a static instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.ClearAndAddItems action.
    Public PropertyGets an index of item in collection.
    Public PropertyGets a value of new item.
    Public PropertyGets a value of old item.
    Public Propertystatic (Shared in Visual Basic)Represents a static instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.ReorderItems action.
    Public Methods
     NameDescription
    Public MethodConverts this instance to an instance of the CollectionChangeEventArgs type.
    Public Methodstatic (Shared in Visual Basic)Creates an instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.InsertItem action.
    Public Methodstatic (Shared in Visual Basic)Creates an instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.RemoveItem action.
    Public Methodstatic (Shared in Visual Basic)Creates an instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.SetItem action.
    Public MethodReturns the string representation of this object.
    See Also